home *** CD-ROM | disk | FTP | other *** search
/ The Disc - MacWorld 1995 / PowerComputing (The Disc)(MacWorld 1995).ISO / mac / CDFACTOR / HCfactor / HumanCode / HumanCode.DXR / 00058.ls < prev    next >
Encoding:
Text File  |  1995-07-14  |  215 b   |  10 lines

  1. on exitFrame
  2.   global gSpliteSetList
  3.   repeat with n in getAt(gSpliteSetList, 1)
  4.     set the visible of sprite n to 1
  5.   end repeat
  6.   updateStage()
  7.   watchon()
  8.   set the mouseDownScript to "introMouseDownScript"
  9. end
  10.